Without a background, one can see titles shine through when
resizable columns are squeezed.
@extend %column_header_button;
$_column_header_color: mix($fg_color,$base_color,50%);
color: $_column_header_color;
+ background-color: $base_color;
font-weight: bold;
text-shadow: none;
box-shadow: none;
column-header .button {
color: #8b8b8a;
+ background-color: #292929;
font-weight: bold;
text-shadow: none;
box-shadow: none; }
column-header .button {
color: #96999a;
+ background-color: white;
font-weight: bold;
text-shadow: none;
box-shadow: none; }